-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: enrich the error about required template value with a hint #3200
cli: enrich the error about required template value with a hint #3200
Conversation
28e2d12
to
fb39337
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I personally prefer this design over #3189. Thanks for trying it.
fb39337
to
111943d
Compare
I believe, I've handled all review comments and it's ready for final review. Closes #3175 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
c79281d
to
e74fbec
Compare
e74fbec
to
2e9ef82
Compare
Several `jj` commands accept `--template <TEMPLATE>` argument. When the argument is empty, `jj` will show the list of defined template aliases.
2e9ef82
to
551113f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Feel free to merge it.
Thank you for review! :) |
This is another implementation variant to improve discoverability of template-aliases (#3175)
If accepted, supersedes the solution implemented in #3189 PR. Thanks to @yuja for the suggestion.
Several
jj
commands accept--template <TEMPLATE>
argument. When the argument is empty,jj
will show the list of defined symbol names.Checklist
If applicable:
CHANGELOG.md